home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 88 / CD-ROM 88.iso / aplic / jarte / jsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-05-13  |  4.7 KB  |  72 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=Jarte
  4. AppVerName=Jarte 1.04
  5. AppId=Jarte
  6. AppVersion=1.04
  7. AppPublisher=Carolina Road Software, L.L.C.
  8. AppPublisherURL=http://www.jarte.com
  9. AppMutex=The Jarte Mutex
  10. DefaultDirName={pf}\Jarte
  11. DefaultGroupName=Jarte
  12. UninstallDisplayName=Jarte
  13. OutputBaseFilename=jarte_104
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\Jarte.exe"; DestDir: "{app}"; Components: primary_files; MinVersion: 4.0.950,4.0.1381; 
  21. Source: "{app}\Spell\correct.tlx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  22. Source: "{app}\Spell\Html.tlx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  23. Source: "{app}\Spell\Ssceam.tlx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  24. Source: "{app}\Spell\ssceam2.clx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  25. Source: "{app}\Spell\sscebr2.clx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  26. Source: "{app}\Spell\Sscebr.tlx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  27. Source: "{sys}\SSCE5132.dll"; DestDir: "{sys}"; Components: primary_files; MinVersion: 4.0.950,4.0.1381; Flags: sharedfile 
  28. Source: "{app}\License.txt"; DestDir: "{app}"; Components: primary_files; MinVersion: 4.0.950,4.0.1381; 
  29. Source: "{app}\Welcome.rtf"; DestDir: "{app}"; Components: primary_files; MinVersion: 4.0.950,4.0.1381; 
  30. Source: "{app}\Jarte.hlp"; DestDir: "{app}"; Components: primary_files; MinVersion: 4.0.950,4.0.1381; 
  31. [Registry]
  32. Root: HKCU; Subkey: "Software\Carolina Road Software\Jarte\Default User\Favorite Files List"; ValueName: "0"; ValueType: String; ValueData: "{app}\Welcome.rtf"; MinVersion: 4.0.950,4.0.1381; Flags: createvalueifdoesntexist 
  33. Root: HKCU; Subkey: "Software\Carolina Road Software\Jarte\Default User\Startup Files List"; ValueName: "file0"; ValueType: String; ValueData: "{app}\Welcome.rtf"; MinVersion: 4.0.950,4.0.1381; Flags: createvalueifdoesntexist 
  34. Root: HKLM; Subkey: "Software\Carolina Road Software\Jarte"; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletekey dontcreatekey 
  35. Root: HKCU; Subkey: "Software\Carolina Road Software"; ValueName: "Default"; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletevalue uninsdeletekeyifempty dontcreatekey 
  36. Root: HKLM; Subkey: "Software\Carolina Road Software"; ValueName: "Default"; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletevalue uninsdeletekeyifempty dontcreatekey 
  37. Root: HKCU; Subkey: "Software\Carolina Road Software\Jarte"; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletekey dontcreatekey 
  38. [Run]
  39. Filename: "{app}\Jarte.exe"; Description: "Launch Jarte"; MinVersion: 4.0.950,4.0.1381; Flags: postinstall unchecked skipifsilent nowait
  40. [Icons]
  41. Name: "{group}\Jarte"; Filename: "{app}\Jarte.exe"; IconFilename: "{app}\Jarte.exe"; Comment: "Jarte"; MinVersion: 4.0.950,4.0.1381; 
  42. Name: "{userdesktop}\Jarte"; Filename: "{app}\Jarte.exe"; Comment: "Jarte"; MinVersion: 4.0.950,4.0.1381; 
  43. Name: "{group}\Jarte Help"; Filename: "{app}\Jarte.hlp"; MinVersion: 4.0.950,4.0.1381; 
  44. [Components]
  45. Name: "primary_files"; Description: "Primary Files"; Types: "full"; MinVersion: 4.0.950,4.0.1381; 
  46. Name: "dictionary_files"; Description: "Dictionary Files"; Types: "full dictionary"; MinVersion: 4.0.950,4.0.1381; 
  47. [UninstallDelete]
  48. Type: files; Name: "{sys}\SSCE5132.dll"; 
  49. Type: files; Name: "{app}\Spell\sscebr2.clx"; 
  50. Type: files; Name: "{app}\Spell\Sscebr.tlx"; 
  51. Type: files; Name: "{app}\Spell\ssceam2.clx"; 
  52. Type: files; Name: "{app}\Spell\Ssceam.tlx"; 
  53. Type: files; Name: "{app}\Spell\Html.tlx"; 
  54. Type: files; Name: "{app}\Spell\correct.tlx"; 
  55. Type: files; Name: "{app}\Spell\Default.tlx"; 
  56. Type: files; Name: "{app}\Spell\sscedu2.clx"; 
  57. Type: files; Name: "{app}\Spell\sscedu.tlx"; 
  58. Type: files; Name: "{app}\Spell\sscefr2.clx"; 
  59. Type: files; Name: "{app}\Spell\sscefr.tlx"; 
  60. Type: files; Name: "{app}\Spell\sscege2.clx"; 
  61. Type: files; Name: "{app}\Spell\sscege.tlx"; 
  62. Type: files; Name: "{app}\Spell\sscesp2.clx"; 
  63. Type: files; Name: "{app}\Spell\sscesp.tlx"; 
  64. Type: files; Name: "{app}\License.txt"; 
  65. Type: files; Name: "{app}\ExcMagic.log"; 
  66. Type: files; Name: "{app}\Jarte.exe"; 
  67. Type: dirifempty; Name: "{app}\Spell"; 
  68. Type: dirifempty; Name: "{app}"; 
  69. [Types]
  70. Name: "full"; Description: "Full Installation"; MinVersion: 4.0.950,4.0.1381; 
  71. Name: "dictionary"; Description: "Install English Spell Check Dictionaries Only"; MinVersion: 4.0.950,4.0.1381; 
  72.